home *** CD-ROM | disk | FTP | other *** search
- object PrintStatusForm: TPrintStatusForm
- Left = 200
- Top = 99
- BorderIcons = []
- BorderStyle = bsSingle
- ClientHeight = 216
- ClientWidth = 160
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnShow = FormShow
- TextHeight = 16
- object Label2: TLabel
- Left = 16
- Top = 16
- Width = 44
- Height = 16
- Alignment = taCenter
- Caption = 'Label2'
- end
- object Label3: TLabel
- Left = 16
- Top = 40
- Width = 44
- Height = 16
- Alignment = taCenter
- Caption = 'Label3'
- end
- object ProgressGauge: TGauge
- Left = 16
- Top = 64
- Width = 97
- Height = 89
- Kind = gkPie
- BorderStyle = bsNone
- ForeColor = clBlue
- Progress = 0
- end
- object CancelButton: TButton
- Left = 16
- Top = 168
- Width = 97
- Height = 33
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 0
- OnClick = CancelButtonClick
- end
- end
-